@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #001c00;
}
.TopNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.EventsText {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	display: block;
	padding-left: 14px;
	padding-top: 7px;
}



.Gold_IndexHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC9933;
	text-decoration: none;
}
.BrownHeads {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	text-decoration: none;
}

.FooterNavText {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666600;
	text-decoration: none;
}
.BodyTextLink {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006633;
	text-decoration: none;
}
.smYellowHeads {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
}
.smBrownHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
}
.WhtBodyText {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.smBlkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}



.oneColFixCtrHdr #container {
	width: 825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}
.oneColFixCtrHdr #header_contact {
	background-image: url(../images/contact_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}

.oneColFixCtrHdr #header_dining {
	background-image: url(../images/dining_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}
.oneColFixCtrHdr #header_events {
	background-image: url(../images/events_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}
.oneColFixCtrHdr #header_history {
	background-image: url(../images/history_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}
.oneColFixCtrHdr #header_hotel {
	background-image: url(../images/hotel_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}
.oneColFixCtrHdr #header_tavern {
	background-image: url(../images/tavern_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 288px;
}





.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/PaperBkrnd_index.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 615px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#TopNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 229px;
	text-align: center;
}
#mainContent #index_wrap1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 35px;
}
.oneColFixCtrHdr #index_TextWrapper1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 300px;
	padding-left: 40px;
	padding-top: 80px;
	text-align: left;
}
.oneColFixCtrHdr #index_TextWrapper2 {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-left: 40px;
	padding-top: 150px;
	width: 380px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC9933;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent_hotel {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 1535px;
}
.oneColFixCtrHdr #index_TextWrapperHotel {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 1500px;
}
.oneColFixCtrHdr #index_TextWrapper2Hotel {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	height: 1500px;
	width: 545px;
	background-image: url(../images/hotel_bkrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtrHdr #mainContent_tavern {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 680px;
}
.oneColFixCtrHdr #index_TextWrapperTavern {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 660px;
}
.oneColFixCtrHdr #index_TextWrapper2Tavern {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	height: 660px;
	width: 545px;
	background-image: url(../images/tavern_PgBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent_contact {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 660px;
}
.oneColFixCtrHdr #index_TextWrapperContact {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 635px;
}
.oneColFixCtrHdr #index_TextWrapper2Contact {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	height: 635px;
	width: 545px;
}
.oneColFixCtrHdr #mainContent_directions {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 620px;
}
.oneColFixCtrHdr #index_TextWrapperDirections {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 600px;
}
.oneColFixCtrHdr #index_TextWrapper2Directions {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	height: 600px;
	width: 545px;
}
.oneColFixCtrHdr #mainContent_dining {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 4075px;
}
.oneColFixCtrHdr #index_TextWrapperDining {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 4050px;
}
.oneColFixCtrHdr #index_TextWrapper2Dining {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	width: 545px;
	background-image: url(../images/dining_PgBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 4050px;
}

.oneColFixCtrHdr #mainContent_history {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 1200px;
}
.oneColFixCtrHdr #index_TextWrapperHistory {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 1150px;
}
.oneColFixCtrHdr #index_TextWrapper2History {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	height: 1150px;
	width: 545px;
}
.oneColFixCtrHdr #mainContent_events {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 525px;
	background-image: url(../images/PaperBkrnd_events.gif);
}
.oneColFixCtrHdr #index_TextWrapperEvents {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 600px;
	margin-top: 35px;
}
.oneColFixCtrHdr #TextWrapperEvents {
	margin-top: 65px;
}
.oneColFixCtrHdr #index_TextWrapper1Events {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 300px;
	padding-left: 40px;
	padding-top: 80px;
	text-align: left;
}
.oneColFixCtrHdr #index_TextWrapper2events {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-left: 65px;
	padding-top: 150px;
	margin-right: 25px;
	width: 355px;
}
.oneColFixCtrHdr #mainContent_banquet {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	height: 2245px;
}

.oneColFixCtrHdr #index_TextWrapper2Banquet {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	background-color: #EFCE81;
	padding-left: 10px;
	padding-right: 10px;
	width: 545px;
	background-image: url(../images/dining_PgBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 2222px;
}
.oneColFixCtrHdr #index_TextWrapperBanquet {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
	background-color: #663300;
	padding-right: 10px;
	height: 2222px;
}
